 *
 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family:sans-serif; 
 }
 body
 {
    font-family: 'Poppins', sans-serif;
 }
 #header
 {
    height: 100vh;
    background-image: url(image/background2.jpg);
    background-size: center;
    background-position: center;
 }
 .container
 {
    margin-right: 100px;
    margin-left: 100px;
 }
 .logo
 {
    margin-top: 30px;
    width: 100px;
 }
 .Header-text
 {
    max-width: 1000px;
    margin: 150px;
    color: #2a05fc;
    font-size: 30px;
 }
 h1
 {
    font-size: 20px;
    color:#010c14;
 }
 .square
 {
    height: 12px; 
    width: 12px;
    display: inline-block;
    background-color: #4b4d99;
    margin: 15px 0;
 }
.common-btn
{
    padding: 18px 40px;
    background: transparent;
    outline: none;
    border: 2px solid #927cf6;
    font-weight: bold;
    cursor: pointer;
}
p{
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.Header-text button
{
    margin-top: 20px;
    margin-bottom: 60px;
}
.line-1
{
    width: 15px;
    height: 15px;
    background: #070aa1;
    display: inline-block;
}
.line-2
{
    width: 80px;
    height: 1px;
    background: #0d10ab;
    display: inline-block;
}
.line-3
{
    width: 60px;
    height: 1px;
    background: #0d10ab;
    display: inline-block;
}
.line
{
    line-height: 8px;
}
 #sideNav
{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background: #0d10ab;
    z-index: 2;
    transition: .5s;
    text-align: left
    
}
Nav ul li
{
    list-style: none;
    margin: 50px 20px;
}
Nav ul li a
{
    text-decoration: none;
    color: #fff;
}
#menuBtn
{   
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
}
/*-----About-----*/
#About
{
    padding: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.about-left-col
{
    flex-basis: 50%;
}
.about-left-col img
{
width: 100%;
}
.about-right-col
{
flex-basis: 50%;
text-align: right;
}
.About-text
{
    max-width: 500px;
    margin-right: 150px;
    display: inline-block;
    
}

/*-----features-----*/
#features
{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.feature-row
{
    width: 80%;
    margin: auto;
    display:flex ;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;

}
.feature-col
{
    flex-basis: 25%;
    text-align: center;
}
.feature-col img
{
    width: 100px;
}
.feature-col h4
{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.feature-btn
{
    margin: 80px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.feature-btn .line
{
    text-align: right;
    display: inline-block;
    margin-right: 25px;
}
/*-----Services-----*/
#Services
{
    padding: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.Services-col
{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    padding: 20px 20px;
    text-align:left;
    box-shadow: 0 0  20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.Services-col img
{
   width:100%;
}
.Services-text button 
{
    margin: 30px 0;
    margin: 30px 0;
}
h4
{
    color: #556df1;
    font-weight: normal;
}
.Services-col:hover
{
    transform: translateY(-5px);
}
    
/*-----Projects-----*/

#Projects
{
    padding: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.Projects-left-col
{
    flex-basis: 50%;
}
.Projects-left-col img
{
    width: 100%;
}
.Projects-right-col
{
flex-basis: 50%;
text-align: right;
}
.Projects-text
{
    max-width: 500px;
    margin-right: 150px;
    display: inline-block;
    color: #000000; 
}
p
{
    color: #000000;
}
.Projects-text button 
{
    margin: 30px 0;
    margin: 30px 0;
}

/*-----Gallery-----*/
#Gallery
{
    padding: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.Gallery-col
{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    padding: 20px 20px;
    text-align:center;
    box-shadow: 0 0  20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.Gallery-col img
{
   width:100%;
}
.Gallery-text button 
{
    margin: 30px 0;
    margin: 30px 0;
}
h4
{
    color: #556df1;
    font-weight: normal;
}
.Gallery-col:hover
{
    transform: translateY(-5px);
}
    

/*-----Contract-----*/
#Contract
{
    padding: 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.Contract-left-col
{
    flex-basis: 50%;
}
.Contract-left-col img
{
width: 100%;
}
.Contract-right-col
{
flex-basis: 50%;
text-align: right;
}
.Contract-text
{
    max-width: 500px;
    margin-right: 150px;
    display: inline-block;
    
}
form
{
    max-width: 350px;
    margin: 30px 0;
}
form input
{
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 2px solid #5803f7;

}
.btn-box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-box button
{
    flex-basis: 48%;
    padding: 18px 0;
}
/*-----Footer-----*/

#Footer
{
    padding: 50px o 30px;
}
hr{
    width: 100%;
    border: 0;
    border-top: 1px solid #0d10ab;
}
.footer-raw
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left-col
{
    flex-basis: 50%;
    margin-top: 60px;
}
.footer-right-col
{
    flex-basis: 35%;
}
.footer-links
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-titel h4
{
    color: #0d10ab;
    margin-bottom: 20px;
}
.link-titel small
{
    color: #3335af;
    font-size: 13px;
}
.footer-info
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-logo img
{
    width: 100pz;
}
.footer-logo button
{
    padding: 12px 38px;
    margin-top: 20px;
    font-size: 10px;
}
.copyright-text, .footer-logo
{
    flex-basis: 40%;
}

/*------------Testmonial----------*/

.Testmonial
{
    padding-top: 50 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Testmonial .col-4 
{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    padding: 20px 20px;
    text-align:center;
    box-shadow: 0 0  20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.Testmonial .col-4 img
{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%; 
}
.Testmonial .col-4 img:hover
{
    transform: translateY(-10px)
}

/*------------Client Name---------*/

#client
{
    padding: 100 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.col-5 img 
{
    width: 10%;
    margin-top: 20px;
    cursor: pointer;
    filter: grayscale(0%);

}
.col-5:hover
{
    filter: grayscale(100%);
}

.col-5
{
    flex-basis:auto;
    padding: 20px;
    min-width: 100px;
    margin-bottom: 20px;
    padding: 20px 20px;
    box-shadow: 0 0  20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
/*-----------social-icons---------*/
.social-icons
{
    width: 50px;
    top: 100px;
    position: fixed;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;

}
.social-icons img
{
    display: block;
    width: 20px;
    margin: 0 auto 20px;
    cursor: pointer;
}

#Active,Nav ul li:hover
{
    background: #0d10ab;
    border-radius: 3px;
}
.Sub-sideNav-1
{
    display:none
}
#sideNav ul li:hover .Sub-sideNav-1
{
    display: block;
    position: absolute;
    background-color: rgb(139, 150, 248);
    margin-top: 15px;
    margin-left: -15px;
}
#sideNav ul li:hover .Sub-sideNav-1
{
    display: block;
    margin: 10px;
}
#sideNav ul li:hover .Sub-sideNav-1 ul li
{
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: lef;
}
#sideNav ul li:hover .Sub-sideNav-1 ul li:last-child
{
    border-bottom: none;
}
#sideNav ul li:hover .Sub-sideNav-1 ul li a:hover
{
    color:blue
}
.bi-caret-left-fill
{
    float: right;
}